home *** CD-ROM | disk | FTP | other *** search
- #ifndef _choosetkl_
- #define _choosetkl_
- /******************************************************************************\
- * Header Files
- \******************************************************************************/
-
- #ifndef __MENUS__
- #include <Menus.h>
- #endif
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
-
- /******************************************************************************\
- * Function Prototypes
- \******************************************************************************/
-
- short DoChooseMsg (MenuHandle, Rect *, Point, short);
-
-
- #endif
-